object SyncPreviewDlg: TSyncPreviewDlg Left = 472 Top = 227 Width = 401 Height = 351 Caption = 'Pr'#233'visualisation de la synchronisation' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 13 Width = 393 Height = 4 Align = alTop Shape = bsSpacer end object Label1: TLabel Left = 0 Top = 0 Width = 393 Height = 13 Align = alTop Caption = 'Pr'#233'visualisation :' end object Preview: TOvcVirtualListBox Left = 0 Top = 17 Width = 393 Height = 266 HeaderColor.BackColor = clBtnFace HeaderColor.TextColor = clBtnText IntegralHeight = False NumItems = 0 OwnerDraw = True ProtectColor.BackColor = clRed ProtectColor.TextColor = clWhite RowHeight = 13 SelectColor.BackColor = clHighlight SelectColor.TextColor = clHighlightText OnDrawItem = PreviewDrawItem OnGetItem = PreviewGetItem Align = alClient TabOrder = 0 OnDblClick = PreviewDblClick OnKeyDown = PreviewKeyDown OnMouseDown = PreviewMouseDown end object Panel1: TPanel Left = 0 Top = 283 Width = 393 Height = 34 Align = alBottom BevelOuter = bvNone TabOrder = 1 object GoBtn: TButton Left = 88 Top = 6 Width = 73 Height = 23 Caption = '&D'#233'marrer' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 168 Top = 6 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 1 OnClick = CancelBtnClick end object PreviousBtn: TButton Left = 8 Top = 6 Width = 73 Height = 23 Cancel = True Caption = '< &Pr'#233'c'#233'dent' ModalResult = 5 TabOrder = 2 end end object BuildPanel: TPanel Left = 4 Top = 20 Width = 357 Height = 41 BevelOuter = bvNone Color = clWindow ParentBackground = False TabOrder = 2 object Label5: TLabel Left = 4 Top = 4 Width = 48 Height = 13 Caption = 'Construction...' end object BuildLbl: TLabel Left = 4 Top = 20 Width = 3 Height = 13 end end object BuildTimer: TTimer Enabled = False Interval = 100 OnTimer = BuildTimerTimer Left = 28 Top = 256 end end